home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-07 / tunelan.zip / TUNELAN.TXT < prev   
Text File  |  1991-01-18  |  4KB  |  81 lines

  1. Date: 01-18-91 (09:59)              Number: 3247 of 3248
  2.   To: ALL                           Refer#: NONE
  3. From: PHIL GORDEMER                   Read: (N/A)
  4. Subj: TUNING YOUR NETWORK           Status: PUBLIC MESSAGE
  5. Conf: LANTASTI (5)               Read Type: GENERAL
  6.  
  7.    This small note is to help answer some questions that constantly get
  8. asked on the best settings for use with Lantastic 3.02.  Please note I
  9. DO NOT work for Artisoft, but do a lot of installations and spend a
  10. significant amount of time handling Network Tech Support.
  11.  
  12.    Many people have problems getting good performance when running NOS
  13. 3.02. Let me clarify here what is happening.  In the previous releases,
  14. 2.57, system response was very good on small systems (4 stations or
  15. less, which is what many PCBoard systems are) but speed degradation was
  16. significant as you added more stations, to the point that when you got
  17. to about 8-10 performance was totally unacceptable. When 3.02 was
  18. developed, the underlying strategy was to allow it constant upgrade
  19. paths and consistant throughput as the system got bigger.  This is done
  20. by the added control given through TASKS and Network buffers sizes.
  21. Correct use of the 2 parameters allows Lantastic to operate faster over
  22. a variety of system sizes and loads, BUT because of the flexibility
  23. build into the commands, incorrect settings can severly reduce
  24. performance on small systems.  In the old 2.57 version, the network
  25. tasks and buffers did not work correctly so not much was being changed.
  26.  
  27.    Below is some recommended rules of thumb to use to get the best
  28. performance from Lantastic with the least amount of work.  These are
  29. general statments and some refining might have to be done on each
  30. system.
  31. ---------------------------------------------------------------------
  32. NETWORK COMMANDS in AUTOEXEC.BAT
  33.    General Notes here, Share should be loaded before REDIR.  On 386
  34.    machines, DO NOT LOAD SHARE HIGH.  Major performance degradation is
  35.    seen when many files have to be open. Size and buffer on the REDIR
  36.    command line are important.  You might want to experiment with the
  37.    size a bit.  2048-4096 seem to work best.
  38.  
  39.    ae2 irq=??
  40.    ailanbios
  41.    share
  42.    redir <machinename> size=3072 buffers=3
  43. ---------------------------------------------------------------------
  44. NET_MGR
  45.    Set tasks to (# of nodes / 3) + 1.  DO NOT MAKE THIS # to high, this
  46.       is the best way to kill system performance.  If in doubt, lower it
  47.  
  48.    Network Buffer - 12K - 16K.  Again, more is not necessarily better.
  49.       Bare minimum is 8K
  50. ---------------------------------------------------------------------
  51. DISK CACHE
  52.    Lancache provided should only be used if the server is NOT a station.
  53.       This is because it supports delayed writes and that will destroy
  54.       uploads/ downloads on that machine.  When using Lancache, EXTended
  55.       memory is perferred.  Please note that Lancache does NOT cache the
  56.       directory structure.
  57.  
  58.    Super PC-Kwik is the all around best.  Use EXPanded memory with the
  59.       following setting.
  60.           superpck /a+ /q+ /h- /d-  (h- and d- ARE MANDATORY)
  61.  
  62.    VCACHE 5.0 also works well.  Be sure to disable timed writes.
  63.          cache-em /t=0
  64. ---------------------------------------------------------------------
  65. DEDICATED SERVER
  66.    If you have a machine that is a dedicated server (IE, you do not run
  67.       anything on it), then you can give a MAJOR performance boost by
  68.       reducing the server time splice to the local application.
  69.       (EXample: On my server I run a local copy of PCBoard, but only
  70.       to start the event. Since it just sits there and ITS performance
  71.       doesn't matter, I reduce priority to it and give it to the
  72.       network)
  73.  
  74.    AILANBIOS RUN_BURST=10
  75. ---------------------------------------------------------------------
  76.  
  77. These are just recommended places to start.  There are MANY things that
  78. effect network performance and no 2 systems are the same.
  79.  
  80. Good Luck
  81.